Contribution org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib--requestdump
org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingContrib
inside nuxeo-platform-web-common-5.8.jar
This contribution is part of XML component Extension Point
Extension point requestdump of component ExceptionHandlingService.Contributed Items
XML Source
<extension point="requestdump" target="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.ExceptionHandlingService">
<requestdump class="org.nuxeo.ecm.platform.web.common.exceptionhandling.service.DefaultRequestDumper">
<!-- you can add names of attributes you don't want to see listed in the request dump.
<notListed>
<attribute>javax.servlet.forward.request_uri</attribute>
</notListed>
-->
</requestdump>
</extension>